home *** CD-ROM | disk | FTP | other *** search
/ Champak 25 / Volume 25 - JOGO DISK .iso / Games / elementalgame.swf / scripts / DefineButton2_528 / BUTTONCONDACTION on(release).as
Text File  |  2006-08-22  |  93b  |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.points = 0;
  4.    _root.gotoAndStop("stage1");
  5. }
  6.